scrapbox 画像の貼り方
scrapbox 画像の貼り方
標準
[画像URL]
strong
[[画像URL]]
横幅いっぱいまで画像を大きく出来ます
これ知らなかったので settings の img 設定をデフォルトに戻した
2021/1
<img src="https://gyazo.com/41fa46237ddad05309e90541fe429cfc/thumb/1000" class="strong-image" alt="Gyazo"> というふうに class に strong-image が設定される
max-width: 95%
code:css
.line .strong-image {
margin: 3px 0;
max-width: 95%;
max-height: none;
display: inline-block;
vertical-align: middle;
}